home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q100 / 0 / 09.TXT < prev    next >
Text File  |  1993-08-30  |  2KB  |  48 lines

  1. DOCUMENT:Q100009  20-JUL-1993  [W_NT]
  2. TITLE   :INF: RPC Can Use Multiple Protocols
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. ------------------------------------------------------------------
  13.  
  14. Microsoft Remote Procedure Call (RPC) does not rely on a single
  15. protocol. An RPC server can be written to use all available protocols
  16. on the server, and a client can be written in the same manner. Thus,
  17. the server or client does not have to know which protocols it supports
  18. explicitly.
  19.  
  20. Currently supported RPC protocols are:
  21.  
  22.    ncacn_dnet_nsp (DECNet)
  23.    ncacn_ip_tcp   (TCP/IP)
  24.    ncacn_nb_nb    (NetBIOS over NetBEUI)
  25.    ncacn_nb_tcp   (NetBIOS over TCP)
  26.    ncacn_np       (Named Pipes)
  27.    ncalrpc        (LPC)
  28.  
  29. Note: All protocols are connection-oriented. Mailslots (or other
  30. connectionless methods) are not supported.
  31.  
  32. Additional reference words: 3.10
  33.  
  34. =============================================================================
  35.  
  36. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  37. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  38. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  39. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  40. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  41. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  42. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  43. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  44. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  45. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  46. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  47.  
  48. Copyright Microsoft Corporation 1993.